From: Stefan Kangas Date: Thu, 7 Jul 2022 11:18:01 +0000 (+0200) Subject: Make two XEmacs related variables obsolete X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~1886^2~1118 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9155f2ada3e2a290a0d0bfc99ee0a0426902f6df;p=emacs.git Make two XEmacs related variables obsolete * lisp/net/browse-url.el (browse-url-gnudoit-program) (browse-url-gnudoit-args): Make obsolete. The corresponding command 'browse-url-w3-gnudoit' is already obsolete since 25.1. --- diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el index 1cfe90895fe..7cffe3e32e4 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el @@ -437,11 +437,13 @@ These might set its size, for instance." (defcustom browse-url-gnudoit-program "gnudoit" "The name of the `gnudoit' program used by `browse-url-w3-gnudoit'." :type 'string) +(make-obsolete-variable 'browse-url-gnudoit-program nil "29.1") (defcustom browse-url-gnudoit-args '("-q") "A list of strings defining options for `browse-url-gnudoit-program'. These might set the port, for instance." :type '(repeat (string :tag "Argument"))) +(make-obsolete-variable 'browse-url-gnudoit-args nil "29.1") (defcustom browse-url-generic-program nil "The name of the browser program used by `browse-url-generic'."